From f445930364c6e71e1388dcc82728e425f02cd642 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Wed, 10 Apr 2024 16:34:20 +0530 Subject: UI changes --- src/app/manga/[title]/[id]/info.module.css | 2 +- src/app/manga/[title]/[id]/page.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/manga/[title]') diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index e32aa65..1b749db 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -168,7 +168,7 @@ } .ChapterContainer button { - width: 8dvw; + width: 130px; height: auto; padding: 10px; margin: 5px; diff --git a/src/app/manga/[title]/[id]/page.jsx b/src/app/manga/[title]/[id]/page.jsx index 16a544d..f51a712 100644 --- a/src/app/manga/[title]/[id]/page.jsx +++ b/src/app/manga/[title]/[id]/page.jsx @@ -130,7 +130,7 @@ export default async function MangaInfo({ params }) { async function getMangaInfo(id) { const res = await fetch( - `https://consumet-api-di2e.onrender.com/meta/anilist-manga/info/${id}?provider=mangadex`, + `https://consumet-jade.vercel.app/meta/anilist-manga/info/${id}?provider=mangadex`, { next: { revalidate: 86400 } } ); const data = await res.json(); -- cgit v1.2.3